wayland: Don't set the wl_surface user_data twice
authorJonas Ådahl <jadahl@gmail.com>
Fri, 13 Mar 2015 07:46:55 +0000 (15:46 +0800)
committerJonas Ådahl <jadahl@gmail.com>
Mon, 16 Mar 2015 11:53:37 +0000 (19:53 +0800)
commit225c10bc5a1dafeccd1e86cd072fb85c172105a2
tree34152e164b90b1bc692a96f29ea33c59b07c90e2
parent7372ddd2a1bed3c085cd8a23765aaa442735f48b
wayland: Don't set the wl_surface user_data twice

wl_surface_add_listener already sets the user data pointer, so no need
to do it separately before.

https://bugzilla.gnome.org/show_bug.cgi?id=746141
gdk/wayland/gdkwindow-wayland.c